Skip to content

Conversation

@tidys
Copy link

@tidys tidys commented Aug 4, 2023

import { DebugLogger } from '../common/logManager';
//import { StatusBarManager } from '../common/statusBarManager';
import { LineBreakpoint, ConditionBreakpoint, LogPoint } from './breakpoint';
import { LineBreakpoint, ConditionBreakpoint, LogPoint } from './breakPoint';
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

大小写拼写错误

let progaamCmdwithArgs = '"' + args.program + '"';
if (os.type() === "Windows_NT") {
progaamCmdwithArgs = '& ' + progaamCmdwithArgs;
let programCmdWithArgs = '"' + args.program + '"';
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

单词拼写错误

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant